home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / Zakladni desky / Intel / win2k_xp1332.exe / Win2000 / wa301b.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-08-03  |  5.1 KB  |  187 lines

  1. ; Copyright (c) Intel Corporation (2003).
  2. ;
  3. ; INTEL MAKES NO WARRANTY OF ANY KIND REGARDING THE CODE.  THIS CODE IS
  4. ; LICENSED ON AN "AS IS" BASIS AND INTEL WILL NOT PROVIDE ANY SUPPORT,
  5. ; ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL DOES NOT
  6. ; PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY
  7. ; DISCLAIMS ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY
  8. ; PARTICULAR PURPOSE, OR ANY OTHER WARRANTY.  Intel disclaims all liability,
  9. ; including liability for infringement of any proprietary rights, relating to
  10. ; use of the code. No license, express or implied, by estoppel or otherwise,
  11. ; to any intellectual property rights is granted herein.
  12. ;
  13. ; WA301B.INF  -- This file contains installation information for the Ch7009 AIM3 Driver
  14. ;               
  15.  
  16. [Version]
  17. signature="$CHICAGO$"
  18. Class=DisplayCodec
  19. ClassGUID={E6ABB47D-8339-4c60-BE92-E9045FF5A33D}
  20. Provider=%Intel%
  21. CatalogFile=wa301b.cat
  22. /* AUTOBLD - NT5 LABEL - DO NOT REMOVE */
  23. DriverVer=08/03/2003,6.14.10.3619
  24.  
  25. [Manufacturer]
  26. %IntelMfg%=Intel
  27.  
  28. [DestinationDirs]
  29. ;DefaultDestDir = 11
  30. AIM.Device.CopyDrivers = 11
  31. AIM.Device.CopyDriversNT = 10,system32\drivers
  32.  
  33. ;WHQL requirement: Uncomment this section later on once we have PnP
  34. ;method of installing/loading/unloading WDM AIM drivers across all 
  35. ;OS platforms enabled.
  36. ;[ControlFlags]
  37. ;ExcludeFromSelect=DISPLAY\%AimDevID%
  38.  
  39. [Intel]
  40. %AimChildDriver.DeviceDesc%=AIM.Device,DISPLAY\%AimDevID%
  41.  
  42. [ClassInstall]
  43. Addreg=AIMClass.AddReg
  44.  
  45. [ClassInstall32]
  46. Addreg=AIMClass.AddRegNT
  47.  
  48. [AIM.Device]
  49. AddReg=     AIM.Device.AddReg
  50. CopyFiles=  AIM.Device.CopyDrivers
  51.  
  52. [AIM.Device.NT]
  53. AddReg=     AIM.Device.AddRegNT
  54. CopyFiles=  AIM.Device.CopyDriversNT
  55.  
  56. [AIM.Device.AddReg]
  57. ;HKR,,DevLoader,,*ntkern
  58. HKR,,NTMPDriver,,%AimDriverName%
  59. HKR,,DeviceFuncGUID,,%AimDevFunc1GUID%
  60. HKR,,DevicePNPID,,%AimDevID%
  61. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  62.  
  63. [AIM.Device.AddRegNT]
  64. HKR,,DevLoader,,*ntkern
  65. HKR,,NTMPDriver,,%AimDriverName%
  66. HKR,,DeviceFuncGUID,,%AimDevFunc1GUID%
  67. HKR,,DevicePNPID,,%AimDevID%
  68. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  69.  
  70. [AIM_Parameters_AddReg]
  71. HKR,,DeviceFuncGUID,,%AimDevFunc1GUID%
  72.  
  73. [AIMClass.AddReg]
  74. HKR,,,,%AimClass.Desc%
  75. HKR,,Icon,,"-1"
  76. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  77. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  78. HKR,,NoDisplayClass,,1    ;Class will not be displayed by Device Manager
  79. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  80.  
  81. [AIMClass.AddRegNT]
  82. HKR,,,,%AimClass.Desc%
  83. HKR,,Class,,DisplayCodec
  84. HKR,,Icon,,"-1"
  85. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  86. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  87. ;HKR,,NoDisplayClass,,1    ;Class will be displayed by Device Manager - For live updates
  88. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  89.  
  90. [SourceDisksNames.x86]
  91. 1=%DiskId1%,,,""
  92.  
  93. [SourceDisksFiles] 
  94. wA301b.sys=1
  95.  
  96. [AIM.Device.CopyDrivers]
  97. wA301b.sys
  98.  
  99. [AIM.Device.CopyDriversNT]
  100. wA301b.sys
  101.  
  102. [AIM.Device.Interfaces]
  103. AddInterface=%AimChildIntfGUID%,"GLOBAL",AimChildInterface,
  104.  
  105. [AimChildInterface]
  106. AddReg=AimChildInterface.AddReg
  107.  
  108. [AimChildInterface.AddReg]
  109. HKR,,Class,,%AimClassGUID%
  110. HKR,,FriendlyName,,%AimChildDriver.FriendlyName%
  111.  
  112. [AIM.Device.NT.Services]
  113. AddService = %AimDevFunc1GUID%, 0x00000002, Aim.ServiceInstall, Aim_EventLog_Inst,System,"Aim3"
  114.  
  115. [AIM.Device.Services]
  116.  
  117. [Aim_EventLog_Inst]
  118. AddReg=Aim_EventLog_AddReg
  119.  
  120. [Aim_EventLog_AddReg]
  121. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\system32\drivers\%AimDriverName%"
  122. HKR,,TypesSupported,0x00010001,7
  123.  
  124. [Aim.ServiceInstall]
  125. DisplayName   = %AimChildDriver.DeviceDesc%
  126. ServiceType   = %SERVICE_KERNEL_DRIVER%
  127. StartType     = %SERVICE_DEMAND_START%
  128. ErrorControl  = %SERVICE_ERROR_NORMAL%
  129. ServiceBinary = %10%\system32\drivers\%AimDriverName%
  130. AddReg        = AIM_Parameters_AddReg
  131.  
  132. ;---------------------------------------------------------------
  133. ;                S t r i n g s
  134. ;---------------------------------------------------------------
  135.  
  136. [Strings]
  137.  
  138. ;----------------
  139. ; Non-Localizable
  140. ;----------------
  141.  
  142. SERVICE_KERNEL_DRIVER=1
  143. SERVICE_SYSTEM_START=1 
  144. SERVICE_AUTO_START=2
  145. SERVICE_DEMAND_START=3
  146. SERVICE_ERROR_NORMAL=1
  147.  
  148. ;
  149. ;
  150. ; These are customizable
  151. ;
  152. AimDevID="CH-7009-B"
  153. AimDriverSig=0x12354678
  154. AimDriverID="CH7009"
  155. AimDriverName="wA301b.sys"
  156. AimDevFuncGUID="{E2B953A6-195A-44F9-9BA3-3D5F4E32BB55}"
  157. AimDevFunc0GUID="{E2B953A6-195A-44F9-9BA3-3D5F4E32BB55}"
  158. AimDevFunc1GUID="{E2B953A7-195A-44F9-9BA3-3D5F4E32BB55}"
  159.  
  160. ;
  161. ;
  162. ; These do not change - ever !
  163. ;
  164. AimClassGUID="{E6ABB47D-8339-4c60-BE92-E9045FF5A33D}"
  165. AimChildIntfGUID="{E87E75CE-0792-4534-AB89-5CFC95747B77}"
  166.  
  167. ;----------------
  168. ; Localizable
  169. ;----------------
  170.  
  171. Intel="Intel"
  172. IntelMfg="Intel Corporation"
  173. DiskId1="Intel Corporation Installation Disk #1"
  174. ;
  175. ;
  176. ; Do not change this line !
  177. ;
  178. AimClass.Desc="Intel AIM 3.0 Codec"
  179. ;
  180. ;
  181. ; Put device specifics here ->
  182. ;
  183. AimChildDriver.DeviceDesc="AIM 3.0 Part 01 Codec Driver CH-7009-B"
  184. AimChildDriver.FriendlyName="Chrontel (DVI) Combo Codec"
  185.  
  186.  
  187.